home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / applications / wp / blocnotes20.lha / BlocNotesE.doc < prev    next >
Encoding:
Text File  |  1994-10-04  |  4.4 KB  |  101 lines

  1.    BlocNotes v2.0
  2.    Shareware program US$5
  3.    © 1994 Roberto Ferorelli
  4.  
  5.    e-mail: mc2068@mclink.it
  6. -----------------------------------------------
  7.  
  8. DESCRIPTION
  9.    BlocNotes  it's  a  WB  commodity that permits to take some notes.
  10.    When  you  hit  a custom hotkey it opens a window:  in that window
  11.    you  can  insert  as  much text as you want.  All the text will be
  12.    stored,  together with a description of the window, in a file, so,
  13.    at startup, all the previously opened windows will be opened, each
  14.    one with its text.
  15.  
  16.    It's  possible to open a great number of windows(in theory there's
  17.    no  limit  but Intuition can't look at too much windows together).
  18.    For  each  window  you can set the textfont, the size and position
  19.    and some other stuffs(as GADGETLESS or EDITABLE).  You can set for
  20.    each thing a default value.
  21.  
  22.    It supports completely  the clipboard, so you can copy text from a
  23.    shell  to  a  note-window  or  viceversa.   You can also import or
  24.    export files.  All the windows can be closed or completely deleted
  25.    with a simple command.
  26.  
  27. INSTALLATION
  28.  
  29.    The program must be copied to the WBStartup drawer for a best use.
  30.    It needs a directory where to store all  the notes. You can supply
  31.    the  name  of this  dir inserting  it  in  the tooltype  DIRECTORY
  32.    or simply starting the  first time  the  program: it will appear a
  33.    FileRequester and  then the name will be stored in the tooltype.
  34.    You can set the hotkey to open a note-window through  the tooltype
  35.    NOTEKEY. The default is :NOTEKEY=<CONTROL ESC>.
  36.  
  37. USE
  38.    To  open  a  window  you must hit the hotkey (NOTEKEY), the window
  39.    will  be  opened in a standard position; you can then insert text,
  40.    change  the  position  or  the  size  of  the  window,  set  a new
  41.    font(through menu), enable or disable Insert-mode(<Ins> key on the
  42.    numeric pad), make the window editable or not, make it gadgetless.
  43.    Every  window  has  a  menu  bar  and  supports the clipboard with
  44.    standard keys:
  45.       <AMIGA+B> toggle <Mark Block Mode>.
  46.       <AMIGA+V> insert text from the clipboard.
  47.       <AMIGA+C> copy text to the clipboard.
  48.    Each  change  will  be  stored in a file in the choosen directory.
  49.    The text is compressed(to save space) with a simple RLE(Run Length
  50.    Encoding) compression.
  51.    With the Import command you can load an external file in the note,
  52.    with the export one you can save the note in a file.
  53.    The  second  hotkey(defined with CX_POPKEY and <CONTROL ALT n> for
  54.    default)  opens  the  interface  window  where you can set all the
  55.    default settings for new windows opened.
  56.  
  57.    From  the  2.0  version  it's  possible to make the program open a
  58.    window  and  import a text automatically.  The file of text can be
  59.    in  the  directory  choosen at startup, or can be inserted in this
  60.    dir  at  any  time.  Blocnotes uses Notify system to hear of a new
  61.    file  in  this  directory.
  62.    A possible use it's to "leave out" the icon of the notes-directory
  63.    so  leaving  an  icon  of  a  text file above this one will open a
  64.    window and import the text.
  65.  
  66. Changes in version 2.0:
  67.  -> Better selection of blocks, Now it works like the system shell.
  68.  -> Makes use of the locale system.Language supported are english and
  69.     italian(at the moment).
  70.  -> General cleanup and fixing of minor bugs.
  71.  -> Imports automatically an extern file at startup.
  72.  -> Opens a window and imports a file exactly at the moment the file
  73.     is copied to the directory choosen(NOTIFY).
  74.  -> Every future enhancements will be more simple and files will be
  75.     always compatible with older ones.
  76.  
  77.  
  78. *********************************************************************
  79. IMPORTANT!!!
  80. In  the new 2.0 version I had increased the columns from 40 to 80 and
  81. make  some minor changes so the 1.7 files are not compatible with the
  82. 2.0  ones.  If you need to convert old 1.7 files to new 2.0 files you
  83. need to run the old version and export each note, then launch the 2.0
  84. and answer yes to every request of deleting old files.  For each note
  85. you  must  open  a  Note-Window  and  import  text.  I didn't make an
  86. automatic conversion 'cause it was really meaningless for me.
  87.  
  88. *********************************************************************
  89. --------------------------------------------------------------------------
  90. If you had any suggestions or a bug report please contact me through:
  91.  
  92. e-mail: mc2068@mclink.it
  93.  
  94. o simple mail:
  95.  
  96. Roberto Ferorelli
  97. Via Amendola 201/9
  98. 70126 BARI
  99. (ITALIA)
  100.  
  101.